Rapid7 Insight VM - Enrich incident with asset info

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊

Back to Content Index


Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Obtains IPs from the incident. 2. Searches asset ids by the IPs. 3. Gets assets information. 4. Adds obtained information as a comment to the incident.

Attribute Value
Type Playbook
Solution Rapid7InsightVM
Source View on GitHub

Additional Documentation

📄 Source: Playbooks/Rapid7InsightVM-EnrichIncidentWithAssetInfo/readme.md

Rapid7InsightVM-EnrichIncidentWithAssetInfo

Summary

When a new sentinel incident is created, this playbook gets triggered and performs the following actions:

  1. Obtains IPs from the incident.
  2. Searches asset ids by the IPs.
  3. Gets assets information.
  4. Adds obtained information as a comment to the incident.


Prerequisites

  1. Prior to the deployment of this playbook, Rapid7 InsightVM API Connector needs to be deployed under the same subscription.
  2. Obtain Rapid7 InsightVM API credentials. Refer to Rapid7 InsightVM API Connector documentation.

Deployment instructions

  1. To deploy the Playbook, click the Deploy to Azure button. This will launch the ARM Template deployment wizard.
  2. Fill in the required paramteres:
    • Playbook Name: Enter the playbook name here
    • Connector Name: Enter the Rapid7 InsightVM Logic App connector name here

Deploy to Azure Deploy to Azure

Post-Deployment instructions

a. Authorize connections

Once deployment is complete, authorize each connection.

  1. Click the Microsoft Sentinel connection resource
  2. Click edit API connection
  3. Click Authorize
  4. Sign in
  5. Click Save
  6. Click the Rapid7 connection resource
  7. Click edit API connection
  8. Provide API key
  9. Click Save

b. Configurations in Sentinel

  1. In Microsoft sentinel, analytical rules should be configured to trigger an incident that contains IPs. In the Entity maping section of the analytics rule creation workflow, IP should be mapped to Address identitfier of the IP entity type. Check the documentation to learn more about mapping entities.
  2. Configure the automation rules to trigger the playbook. Check the documentation to learn more about automation rules.

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊

Back to Playbooks · Back to Rapid7InsightVM